The ImagickDraw class
PHP Manual

ImagickDraw::ellipse

(PECL imagick 2.0.0)

ImagickDraw::ellipseDraws an ellipse on the image

Descripción

bool ImagickDraw::ellipse ( float $ox , float $oy , float $rx , float $ry , float $start , float $end )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Draws an ellipse on the image.

Lista de parámetros

ox

oy

rx

ry

start

end

Valores retornados

No value is returned.


The ImagickDraw class
PHP Manual